home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.4)
-
- '''Whimpy test script for the al module
- Roger E. Masse
- '''
- import al
- from test.test_support import verbose
- alattrs = [
- '__doc__',
- '__name__',
- 'getdefault',
- 'getminmax',
- 'getname',
- 'getparams',
- 'newconfig',
- 'openport',
- 'queryparams',
- 'setparams']
-
- def main():
- if verbose:
- print 'Touching al module attributes...'
-
- for attr in alattrs:
- if verbose:
- print 'touching: ', attr
-
- getattr(al, attr)
-
-
- main()
-